home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / CHKD120.ARJ / CHKD.DOC next >
Text File  |  1992-05-13  |  3KB  |  72 lines

  1.   ------------------------------------------------------------------------
  2.   CHKD (c) Fast ChkDsk replacment Copyright (c) 1992 M. Grevé, Switzerland
  3.   ------------------------------------------------------------------------
  4.  
  5.    CHKD is a direct  replacement for  DOS ChkDsk which runs in about half
  6.    the time!  CHKD code is  optimized to perfom the basic disk  integrity
  7.    tests only. It will detect all the disk errors reported by DOS ChkDsk.
  8.  
  9.    CHKD performs  the same  disk tests as it's DOS "Big Brother" but uses
  10.    highly  optimized code which  causes it to run  approximately twice as
  11.    fast!  It does  not  contain any  code required  to fix  logical  disk
  12.    errors but will instead call the original ChkDsk to do this.
  13.  
  14.    In addition to supporting  all the options and  command line syntax of
  15.    DOS ChkDsk, CHKD provides a /B (Brief) option which causes the program
  16.    to display a limited amount of disk information.
  17.  
  18.    The following output is obtained by running CHKD  without and with the
  19.    /B parameter.
  20.  
  21.    Note: The similarity of  output to  that of the orignal  DOS ChkDsk is
  22.          deliberate!
  23.  
  24.  
  25. C:\DOS>CHKD
  26.  
  27. CHKD - Fast ChkDsk V: 1.2. Copyright (c) 1992 Mike Grevé, Switzerland
  28.  
  29. Volume MIKE_C      created 05-08-92 07:45am
  30. Volume Serial number is 16D7-9890
  31.  
  32.  33183744 bytes total disk space
  33.     73728 bytes in 2 hidden files
  34.    116736 bytes in 53 directories
  35.  28639232 bytes in 1110 user files
  36.   4354048 bytes available on disk
  37.  
  38.      2048 bytes in each allocation unit
  39.     16203 total allocation units on disk
  40.      2126 available allocation units on disk
  41.  
  42.    655360 bytes total memory
  43.    615824 bytes free
  44.  
  45.  
  46. C:\DOS>CHKD /B
  47.  
  48. CHKD - Fast ChkDsk V: 1.2. Copyright (c) 1992 Mike Grevé, Switzerland
  49.  
  50.   33183744 bytes total disk space
  51.    4354048 bytes available on disk
  52.  
  53.     655360 bytes total memory
  54.     615824 bytes free
  55.  
  56.  
  57.    ----------------------------------------------------------------------
  58.  
  59.    To install CHKD,  simply  place a copy of it in your DOS  subdirectory
  60.    or in any other directory in your PATH environment variable.
  61.  
  62.    CHKD is distributed as copyrighted 'freeware".  You may make copies of
  63.    CHKD and distribute them as you like, so long as you do not change the
  64.    program file and make sure to distribute this readme.1st file together
  65.    with the program.  CHKD has  been written with  great care to  provide
  66.    compatibility with all 100% IBM PC comaptibles and all versions of DOS
  67.    however,  the program comes  without any  form of warranty, nor is any
  68.    technical  support provided.  Use at your own risk and enjoy!
  69.  
  70.       Mike H. Greve
  71.       May 10, 1992
  72.